Click or drag to resize

MessageConversationTopic Property

Contains the topic of the first message in a conversation thread.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public string ConversationTopic { get; set; }

Property Value

Type: String
The conversation topic.
Remarks
A conversation thread represents a series of messages and replies. These properties are set for the first message in a thread, usually to the NormalizedSubject property. Subsequent messages in the thread should use the same topic without modification.
See Also